ComponentOne RichTextBox for UWP
C1HtmlElement Constructor(String,IEnumerable<KeyValuePair<String,String>>)

C1.Xaml.RichTextBox.Documents Namespace > C1HtmlElement Class > C1HtmlElement Constructor : C1HtmlElement Constructor(String,IEnumerable<KeyValuePair<String,String>>)
The tag name of this C1HtmlElement.
The attributes of this C1HtmlElement.
Creates a new instance of C1HtmlElement.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal attributes As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,String)) _
)
public C1HtmlElement( 
   System.string name,
   System.Collections.Generic.IEnumerable<KeyValuePair<string,string>> attributes
)

Parameters

name
The tag name of this C1HtmlElement.
attributes
The attributes of this C1HtmlElement.
See Also

Reference

C1HtmlElement Class
C1HtmlElement Members
Overload List